Esx Settings Clusters Configuration ReferenceHostInfo

Esx Settings Clusters Configuration ReferenceHostInfo
Esx Settings Clusters Configuration ReferenceHostInfo

The Esx Settings Clusters Configuration ReferenceHostInfo schema contains properties that describe the host that was used as a reference for generating the schema.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "status": "string",
    "host": "string",
    "name": "string",
    "summary": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
status
Required

The current status of the reference host.

For more information see: Esx Settings Clusters Configuration ReferenceHostInfo Status.

This property was added in vSphere API 8.0.3.0.

string
host
Optional

The ID of the reference host.

This property was added in vSphere API 8.0.3.0.

This property is optional and it is only relevant when the value of status is one of Esx Settings Clusters Configuration ReferenceHostInfo Status.OK or Esx Settings Clusters Configuration ReferenceHostInfo Status.DISCONNECTED.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.

string
name
Optional

The name of the reference host.

This property was added in vSphere API 8.0.3.0.

This property is optional and it is only relevant when the value of status is one of Esx Settings Clusters Configuration ReferenceHostInfo Status.OK or Esx Settings Clusters Configuration ReferenceHostInfo Status.DISCONNECTED.

summary
Required

A summary of the reference host status.

This property was added in vSphere API 8.0.3.0.